home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 July / Chip_2003-07_cd1.bin / oddech / srp / Stress Relief Paintball.exe / scripts / DefineButton2_284 / BUTTONCONDACTION on(press).as next >
Text File  |  2002-07-26  |  86b  |  7 lines

  1. on(press){
  2.    if(_root.blnFire == true)
  3.    {
  4.       _root.fShoot(90,1,1);
  5.    }
  6. }
  7.